net/http.http2clientStream.reqBody (field)

9 uses

	net/http (current package)
		h2_bundle.go#L7050: 	reqBody              io.ReadCloser
		h2_bundle.go#L7092: 	if cs.reqBody != nil && !cs.reqBodyClosed {
		h2_bundle.go#L7093: 		cs.reqBody.Close()
		h2_bundle.go#L7107: 	if cs.reqBody != nil && !cs.reqBodyClosed {
		h2_bundle.go#L7108: 		cs.reqBody.Close()
		h2_bundle.go#L7820: 		reqBody:              req.Body,
		h2_bundle.go#L8118: 	if !bodyClosed && cs.reqBody != nil {
		h2_bundle.go#L8119: 		cs.reqBody.Close()
		h2_bundle.go#L8252: 	body := cs.reqBody